Skip to content

Bug: resolve typing issue with composite_timeout setting#28

Merged
Core447 merged 1 commit into
StreamController:mainfrom
D34thm0u53:bug--Resolve-type-issue-post-changing-composite-timeout
Jun 10, 2026
Merged

Bug: resolve typing issue with composite_timeout setting#28
Core447 merged 1 commit into
StreamController:mainfrom
D34thm0u53:bug--Resolve-type-issue-post-changing-composite-timeout

Conversation

@D34thm0u53

Copy link
Copy Markdown
Contributor

Problem

Composite timeout was incorrectly being saved in the settings.json file as str.


Impact:

If a user had changed the composite timeout setting:

  • They could no longer open plugin level settings.
  • From next launch, the thumbnail action would not display.

Resolution:

  • Don't type all settings values as str
  • Don't type composite_timeout values as str
  • Load current saved values for composite_timeout as int to enable loading of broken settings

@Core447

Core447 commented Jun 10, 2026

Copy link
Copy Markdown
Member

Thank you!

@Core447 Core447 merged commit f4be6cb into StreamController:main Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants